home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Max Special: Max Gallery
/
Max Special Gallery.iso
/
pc
/
st_mart.dir
/
00061.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-04-03
|
231 b
|
14 lines
on exitFrame
global slide, oldTempo
go(the frame)
if slide = 0 then
puppetTempo(oldTempo)
testRollOverButton()
go(the frame)
else
set oldTempo to the frameTempo
puppetTempo(2)
go(#next)
end if
end